Skip to content

gregjopa/HTML5-Guitar-Tab-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example usage

/* Using TavDiv */

// disable tabdiv processing on page load
Vex.Flow.TabDiv.SEL = null;

$(document).ready(function() {

    // tabdiv - parse, create canvas, and draw
    var tabDiv = new Vex.Flow.TabDiv("#tab");

    // initialize tab player
    var player = new TabPlayer({
        'tabDiv': tabDiv,
        'tempo': 120,
        'notesPerBeat': 4,
        'animation': true
    });

});

Releases

No releases published

Packages

No packages published